-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine writes in WidenAsciiToUtf16
#88502
Conversation
Tagging subscribers to this area: @dotnet/area-system-text-encoding Issue Detailsnull
|
WidenAsciiToUtf16
WidenAsciiToUtf16
WidenAsciiToUtf16
WidenAsciiToUtf16
/azp run runtime-community |
Commenter does not have sufficient privileges for PR 88502 in repo dotnet/runtime |
@stephentoub Can we run checks on big-endian hardware? |
/azp list |
/azp run runtime-community |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-community |
Commenter does not have sufficient privileges for PR 88502 in repo dotnet/runtime |
@stephentoub I think the |
@stephentoub Could you please run |
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
TODO: Check logic for big-endian.
Indicative codegen on
ARM64
when wideningushort
touint
.